home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
postgres
/
postgre1.z
/
postgre1
/
bench
/
wholebench.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1992-08-27
|
346 b
|
14 lines
#!/bin/sh
# $Header: /private/postgres/bench/RCS/wholebench.sh,v 1.1 1991/12/12 12:14:31 mer Exp $
if [ -d $POSTGRESHOME/data/base/bench ]
then
echo Destroying old bench database ...
echo destroydb bench | $POSTGRESHOME/bin/postgres -Q template1
fi
$POSTGRESHOME/bench/create.sh
echo Running the benchmark....
$POSTGRESHOME/bench/runwisc.sh